Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] recoil 라이브러리 설치 #48

Merged
merged 2 commits into from
Jul 23, 2024
Merged

[FEAT] recoil 라이브러리 설치 #48

merged 2 commits into from
Jul 23, 2024

Conversation

rbgksqkr
Copy link
Contributor

Issue Number

#47

As-Is

같은 라이브러리 설치 시 package-lock.json 꼬일 위험 존재

To-Be

의존성 꼬일 것을 우려하여 recoil 라이브러리를 미리 설치하여 package-lock.json 공유

Check List

  • 테스트가 전부 통과되었나요?
  • 모든 commit이 push 되었나요?
  • merge할 branch를 확인했나요?
  • Assignee를 지정했나요?
  • Label을 지정했나요?

Test Screenshot

코드 반영은 되지 않았지만 로컬에서 실행해본 결과 화면

export const topicAtomState = atom({
  key: '',
  default: 'hello',
});

const TopicContainer = () => {
  const { balanceContent } = useBalanceContentQuery();
  const topic = useRecoilValue(topicAtomState);
  ...
}
image

(Optional) Additional Description

@rbgksqkr rbgksqkr added ✨ feat 기능 추가 🫧 FE front end labels Jul 23, 2024
@rbgksqkr rbgksqkr added this to the FE Sprint2 milestone Jul 23, 2024
@rbgksqkr rbgksqkr self-assigned this Jul 23, 2024
@rbgksqkr rbgksqkr linked an issue Jul 23, 2024 that may be closed by this pull request
1 task
Copy link
Contributor

@novice0840 novice0840 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

빠른 요구 사항 반영 좋아요

Comment on lines +20 to +25
<RecoilRoot>
<ThemeProvider theme={Theme}>
<Global styles={GlobalStyle} />
{children}
</ThemeProvider>
</RecoilRoot>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

recoil 초기 세팅 칭찬해 ~~~~

Copy link
Contributor

@useon useon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

설정의 천재. 설정의 만재. 마루에게 칭찬과 박수를 드립니다 👏👏 야무지게 전역상태관리 해보자고 !!!!!!!!!!!!!!!!!!!!!!!

@rbgksqkr rbgksqkr merged commit fa51ac4 into develop Jul 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🫧 FE front end ✨ feat 기능 추가
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FEAT] recoil 라이브러리 설치
3 participants